home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Games / PD / Angband / user / user.prf < prev    next >
Text File  |  2000-01-01  |  1KB  |  102 lines

  1. # File: user.prf
  2.  
  3. #
  4. # This file defines "override" actions of various kinds
  5. #
  6. # This file includes, if appropriate, various "sub-files"
  7. #
  8. # See "lib/help/command.txt" and "src/files.c" for more information.
  9. #
  10.  
  11.  
  12. ## Option -- Force the use of original commands
  13. #X:rogue_like_commands
  14.  
  15. ## Option -- Force the use of roguelike commands
  16. #Y:rogue_like_commands
  17.  
  18.  
  19. ##### System Specific Subfiles #####
  20.  
  21. ?:[IOR [EQU $SYS xaw] [EQU $SYS x11]]
  22. %:user-x11.prf
  23.  
  24. ?:[EQU $SYS gcu]
  25. %:user-gcu.prf
  26.  
  27. ?:[EQU $SYS ami]
  28. %:user-ami.prf
  29.  
  30. ?:[EQU $SYS mac]
  31. %:user-mac.prf
  32.  
  33. ?:[IOR [EQU $SYS win] [EQU $SYS dos] [EQU $SYS ibm]]
  34. %:user-win.prf
  35.  
  36. ?:[EQU $SYS emx]
  37. %:user-emx.prf
  38.  
  39. ?:[EQU $SYS acn]
  40. %:user-acn.prf
  41.  
  42.  
  43. ##### Race Specific Subfiles #####
  44.  
  45. ?:[EQU $CLASS Human]
  46. %:Human.prf
  47.  
  48. ?:[EQU $CLASS Half-Elf]
  49. %:Half-Elf.prf
  50.  
  51. ?:[EQU $CLASS Elf]
  52. %:Elf.prf
  53.  
  54. ?:[EQU $CLASS Hobbit]
  55. %:Hobbit.prf
  56.  
  57. ?:[EQU $CLASS Gnome]
  58. %:Gnome.prf
  59.  
  60. ?:[EQU $CLASS Dwarf]
  61. %:Dwarf.prf
  62.  
  63. ?:[EQU $CLASS Half-Orc]
  64. %:Half-Orc.prf
  65.  
  66. # "Half-Troll.prf" is too long for stupid 8.3 filenames,
  67. # so try to load the shortened filename too.
  68. ?:[EQU $CLASS Half-Troll]
  69. %:Half-Troll.prf
  70. %:H-Troll.prf
  71.  
  72. ?:[EQU $CLASS Dunadan]
  73. %:Dunadan.prf
  74.  
  75. ?:[EQU $CLASS High-Elf]
  76. %:High-Elf.prf
  77.  
  78.  
  79. ##### Class Specific Subfiles #####
  80.  
  81. ?:[EQU $CLASS Warrior]
  82. %:Warrior.prf
  83.  
  84. ?:[EQU $CLASS Mage]
  85. %:Mage.prf
  86.  
  87. ?:[EQU $CLASS Priest]
  88. %:Priest.prf
  89.  
  90. ?:[EQU $CLASS Rogue]
  91. %:Rogue.prf
  92.  
  93. ?:[EQU $CLASS Ranger]
  94. %:Ranger.prf
  95.  
  96. ?:[EQU $CLASS Paladin]
  97. %:Paladin.prf
  98.  
  99.  
  100. ?:1
  101.  
  102.